projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8884bb8
)
(nntp-encode-text): Insert a CR before the newline.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 16 Nov 1993 06:53:45 +0000
(06:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 16 Nov 1993 06:53:45 +0000
(06:53 +0000)
lisp/nntp.el
patch
|
blob
|
history
diff --git
a/lisp/nntp.el
b/lisp/nntp.el
index c745c24f8c78782cba22d19b176bef6c05ffc477..9ced03a4c533a67ed50940c56c2cd5ab0625fb29 100644
(file)
--- a/
lisp/nntp.el
+++ b/
lisp/nntp.el
@@
-519,7
+519,7
@@
in the current news group."
(insert "."))
;; Insert `.' at end of buffer (end of text mark).
(goto-char (point-max))
- (insert ".\n")
+ (insert ".\
r\
n")
))
\f